In article <Apr.29.02.40.11.1994.1431@er7.rutgers.edu>, sheela@er7.rutgers.edu (Isis Leslie) writes:
|> Here's an idea for some bright Window's Sockets programmer
|>
|> I've looked around for this and I haven't found it...
|> (and it's very scary when I try to code anything!)
|>
|> Anyway I'd be very interested in a com port redirector. The idea being that that a com port would be monitored by a winsock telnet program. When the com port is accessed by a program, the telnet program then telnets to the address/port as specified in i|> t's configuration file. I guess the telnet could be initiated by monitoring the rts and dtr states given by the program trying to access the port.
|>
|> I figure that this would be useful for communication and fax programs, also maybe printers and such. I suppose LPT port redirection would be useful, but we already have several LPR and LPD programs around which work well with Windows. I hope it's usable|> under Winosck because I use several different stacks, Winsock being the only common dnominator.
|>
|> Obviously second would be a com port server which ran over winsock, but I guess we wouldn't want to ask for too much ;)
I don't know of anything like this and have thought of doing it. Trouble is,
it's less than easy, involving VxD writing.
I think I would need to do something like:
Comms application
-----------------
Pseudo serial driver
=================
VxD layer
=================
Pseudo driver (other half)
-----------------
Telnet application
-----------------
Winsock
Does anyone know a good bock on writing Windows device drivers?
Richard Parratt
From news@bigblue.oit.unc.edu Mon Apr 28 11:48:41 1994
Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
id AA01347; Fri, 29 Apr 1994 20:32:10 -0400
Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
id AA22074; Fri, 29 Apr 1994 20:20:25 -0400
Received: from GATEWAY by bigblue with netnews
for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
To: winsock@sunsite.unc.edu
Date: 28 Apr 1994 11:48:41 GMT
From: spere@kyrre.hsv.no (P. Eivind Jenssen)
Message-Id: <2po7qp$a58@ratatosk.uninett.no>
Organization: hsv
Sender: ses
Subject: Why doesnt send() send all my characters?
We're using the send()-function to send data from one PC to another.
We have done this with small data-packages (less than 300 bytes).
But we have now tried to send more data (over 3000 bytes (3082 exactly) ).
When the send function has been executed, it tells us that it only
transmitted 2920 bytes.
Our help file WINSOCK.HLP says this might happen, but not WHY it happens.
CAN SOMEONE OUT THERE HELP US?
(We have used GlobalAlloc() for allocating the sendbuffer, has this anything
to do with it?)
From news@bigblue.oit.unc.edu Fri Apr 29 14:08:58 1994
Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
id AA04640; Fri, 29 Apr 1994 21:02:08 -0400
Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
id AA22113; Fri, 29 Apr 1994 20:43:46 -0400
Received: from GATEWAY by bigblue with netnews
for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
To: winsock@sunsite.unc.edu
Date: Fri, 29 Apr 1994 14:08:58 +0000
From: Mark@rmcecl.demon.co.uk (Mark Webster)
Message-Id: <787359398wnr@rmcecl.demon.co.uk>
Organization: Electro-Craft Ltd.
Sender: ses
Reply-To: Mark@rmcecl.demon.co.uk
Subject: Re: Trumpet sucks. Anyone else?
In article: <2p5rdo$168d@locutus.rchland.ibm.com>
shw@vnet.ibm.com writes:
>
> But who has a decent Windows News Reader???????
>
I just downloaded NewsWin from ftp.demon.co.uk and it seems to work fine for me.